

  |
--+--		Addition, 10 + 12 = 22
  |





-----		Subtraction, 12 - 3 = 9





  .

-----		Division, 120 / 2 = 60

  .





\   /
 \ /
  \ 		Multiplication, 3 * 12 = 36
 / \
/   \





   y
  X		Exponentiation 2^3 = 8. Don't use this button for normal calculations it is 

								for finance and scientific calculations




   %
		Various percentage functions, alternative method use


		
		1.0752 x P	to find 7.52% of P

		1.12 x P	to find 12% of P

		1.08 x P	to find 8% of P

		etc.



general formula

		(1 + p/100) x P






	